home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / dev / mui / bcc.lha / BCC / BCClib / Sources / BCC_XGet.c < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-31  |  150 b   |  11 lines

  1. #include <libraries/mui.h>
  2.  
  3. #include <proto/intuition.h>
  4.  
  5. LONG BCC_XGet(Object *obj,ULONG attribute)
  6. {
  7.     LONG x;
  8.     get(obj,attribute,&x);
  9.     return(x);
  10. }
  11.